home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Digsby build 37 / digsby_setup.exe / lib / dns / exception.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2008-10-13  |  1KB  |  28 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.5)
  3.  
  4.  
  5. class DNSException(Exception):
  6.     pass
  7.  
  8.  
  9. class FormError(DNSException):
  10.     pass
  11.  
  12.  
  13. class SyntaxError(DNSException):
  14.     pass
  15.  
  16.  
  17. class UnexpectedEnd(SyntaxError):
  18.     pass
  19.  
  20.  
  21. class TooBig(DNSException):
  22.     pass
  23.  
  24.  
  25. class Timeout(DNSException):
  26.     pass
  27.  
  28.